Skip to content

Fixing POTel tests #3398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
Closed

Conversation

sentrivana
Copy link
Contributor

@sentrivana sentrivana commented Aug 6, 2024

Split up into multiple smaller PRs.

Copy link

codecov bot commented Aug 6, 2024

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

❌ Failed Test Results:

Completed 284 tests with 209 failed, 75 passed and 0 skipped.

View the full list of failed tests

py3.11-aiohttp-latest

  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_403_not_captured

    .../integrations/aiohttp/test_aiohttp.py:131: in test_403_not_captured
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_basic

    .../integrations/aiohttp/test_aiohttp.py:29: in test_basic
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_cancelled_error_not_captured

    .../integrations/aiohttp/test_aiohttp.py:155: in test_cancelled_error_not_captured
    await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_crumb_capture

    .../integrations/aiohttp/test_aiohttp.py:490: in test_crumb_capture
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:250: in on_request_end
    span.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_half_initialized

    .../integrations/aiohttp/test_aiohttp.py:174: in test_half_initialized
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_has_trace_if_performance_disabled

    .../integrations/aiohttp/test_aiohttp.py:372: in test_has_trace_if_performance_disabled
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_has_trace_if_performance_enabled

    .../integrations/aiohttp/test_aiohttp.py:335: in test_has_trace_if_performance_enabled
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_outgoing_trace_headers

    .../integrations/aiohttp/test_aiohttp.py:531: in test_outgoing_trace_headers
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_outgoing_trace_headers_append_to_baggage

    .../integrations/aiohttp/test_aiohttp.py:564: in test_outgoing_trace_headers_append_to_baggage
    resp = await client.get("/", headers={"bagGage": "custom=value"})
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_post_body_not_read

    .../integrations/aiohttp/test_aiohttp.py:76: in test_post_body_not_read
    resp = await client.post("/", json=body)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_post_body_read

    .../integrations/aiohttp/test_aiohttp.py:105: in test_post_body_read
    resp = await client.post("/", json=body)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_span_origin

    .../integrations/aiohttp/test_aiohttp.py:594: in test_span_origin
    await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_trace_from_headers_if_performance_disabled

    .../integrations/aiohttp/test_aiohttp.py:451: in test_trace_from_headers_if_performance_disabled
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_trace_from_headers_if_performance_enabled

    .../integrations/aiohttp/test_aiohttp.py:409: in test_trace_from_headers_if_performance_enabled
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_traces_sampler_gets_request_object_in_sampling_context

    .../integrations/aiohttp/test_aiohttp.py:306: in test_traces_sampler_gets_request_object_in_sampling_context
    await client.get("/tricks/kangaroo")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_tracing

    .../integrations/aiohttp/test_aiohttp.py:193: in test_tracing
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_tracing_unparseable_url

    .../integrations/aiohttp/test_aiohttp.py:273: in test_tracing_unparseable_url
    resp = await client.get("/")
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_transaction_style[/message-handler_name-tests.integrations.aiohttp.test_aiohttp.test_transaction_style.<locals>.hello-component]

    .../integrations/aiohttp/test_aiohttp.py:246: in test_transaction_style
    resp = await client.get(url)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_transaction_style[/message-method_and_path_pattern-GET /{var}-route]

    .../integrations/aiohttp/test_aiohttp.py:246: in test_transaction_style
    resp = await client.get(url)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-latest/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable

py3.11-aiohttp-v3.8

  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_403_not_captured

    .../integrations/aiohttp/test_aiohttp.py:131: in test_403_not_captured
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_basic

    .../integrations/aiohttp/test_aiohttp.py:29: in test_basic
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_cancelled_error_not_captured

    .../integrations/aiohttp/test_aiohttp.py:155: in test_cancelled_error_not_captured
    await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_crumb_capture

    .../integrations/aiohttp/test_aiohttp.py:490: in test_crumb_capture
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:250: in on_request_end
    span.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_half_initialized

    .../integrations/aiohttp/test_aiohttp.py:174: in test_half_initialized
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_has_trace_if_performance_disabled

    .../integrations/aiohttp/test_aiohttp.py:372: in test_has_trace_if_performance_disabled
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_has_trace_if_performance_enabled

    .../integrations/aiohttp/test_aiohttp.py:335: in test_has_trace_if_performance_enabled
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_outgoing_trace_headers

    .../integrations/aiohttp/test_aiohttp.py:531: in test_outgoing_trace_headers
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_outgoing_trace_headers_append_to_baggage

    .../integrations/aiohttp/test_aiohttp.py:564: in test_outgoing_trace_headers_append_to_baggage
    resp = await client.get("/", headers={"bagGage": "custom=value"})
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_post_body_not_read

    .../integrations/aiohttp/test_aiohttp.py:76: in test_post_body_not_read
    resp = await client.post("/", json=body)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_post_body_read

    .../integrations/aiohttp/test_aiohttp.py:105: in test_post_body_read
    resp = await client.post("/", json=body)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_span_origin

    .../integrations/aiohttp/test_aiohttp.py:594: in test_span_origin
    await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_trace_from_headers_if_performance_disabled

    .../integrations/aiohttp/test_aiohttp.py:451: in test_trace_from_headers_if_performance_disabled
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:681: in _request
    await trace.send_request_end(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:388: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_trace_from_headers_if_performance_enabled

    .../integrations/aiohttp/test_aiohttp.py:409: in test_trace_from_headers_if_performance_enabled
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_traces_sampler_gets_request_object_in_sampling_context

    .../integrations/aiohttp/test_aiohttp.py:306: in test_traces_sampler_gets_request_object_in_sampling_context
    await client.get("/tricks/kangaroo")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_tracing

    .../integrations/aiohttp/test_aiohttp.py:193: in test_tracing
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_tracing_unparseable_url

    .../integrations/aiohttp/test_aiohttp.py:273: in test_tracing_unparseable_url
    resp = await client.get("/")
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_transaction_style[/message-handler_name-tests.integrations.aiohttp.test_aiohttp.test_transaction_style.<locals>.hello-component]

    .../integrations/aiohttp/test_aiohttp.py:246: in test_transaction_style
    resp = await client.get(url)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_transaction_style[/message-method_and_path_pattern-GET /{var}-route]

    .../integrations/aiohttp/test_aiohttp.py:246: in test_transaction_style
    resp = await client.get(url)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/test_utils.py:324: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/client.py:489: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiohttp/tracing.py:357: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.11-aiohttp-v3.8/lib/python3.11.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable

py3.11-anthropic-latest

  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_span_origin

    .../integrations/anthropic/test_anthropic.py:245: in test_span_origin
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])

py3.11-anthropic-v0.16

  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_span_origin

    .../integrations/anthropic/test_anthropic.py:245: in test_span_origin
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])

py3.11-ariadne-latest

  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_request_and_response_if_send_pii_is_on_async

    .../integrations/ariadne/test_ariadne.py:66: in test_capture_request_and_response_if_send_pii_is_on_async
    client.post("/graphql", json=query)
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.11-ariadne-latest/lib/python3.11....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:456: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:401: in __get_result
    raise self._exception
    .tox/py3.11-ariadne-latest/lib/python3.11....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.11-ariadne-latest/lib/python3.11.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_request_and_response_if_send_pii_is_on_sync

    .../integrations/ariadne/test_ariadne.py:115: in test_capture_request_and_response_if_send_pii_is_on_sync
    assert event["contexts"]["response"] == {
    E KeyError: 'response'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_validation_error

    .../integrations/ariadne/test_ariadne.py:208: in test_capture_validation_error
    client.post("/graphql", json=query)
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.11-ariadne-latest/lib/python3.11....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:456: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:401: in __get_result
    raise self._exception
    .tox/py3.11-ariadne-latest/lib/python3.11....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.11-ariadne-latest/lib/python3.11.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_do_not_capture_request_and_response_if_send_pii_is_off_async

    .../integrations/ariadne/test_ariadne.py:150: in test_do_not_capture_request_and_response_if_send_pii_is_off_async
    client.post("/graphql", json=query)
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.11-ariadne-latest/lib/python3.11....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:456: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:401: in __get_result
    raise self._exception
    .tox/py3.11-ariadne-latest/lib/python3.11....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.11-ariadne-latest/lib/python3.11.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_do_not_capture_request_and_response_if_send_pii_is_off_sync

    .../integrations/ariadne/test_ariadne.py:186: in test_do_not_capture_request_and_response_if_send_pii_is_off_sync
    assert "data" not in event["request"]
    E KeyError: 'request'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_no_event_if_no_errors_async

    .../integrations/ariadne/test_ariadne.py:248: in test_no_event_if_no_errors_async
    client.post("/graphql", json=query)
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.11-ariadne-latest/lib/python3.11................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.11-ariadne-latest/lib/python3.11............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.11-ariadne-latest/lib/python3.11....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:456: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:401: in __get_result
    raise self._exception
    .tox/py3.11-ariadne-latest/lib/python3.11....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.11-ariadne-latest/lib/python3.11.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'

py3.11-ariadne-v0.20

  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_request_and_response_if_send_pii_is_on_async

    .../integrations/ariadne/test_ariadne.py:66: in test_capture_request_and_response_if_send_pii_is_on_async
    client.post("/graphql", json=query)
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.11-ariadne-v0.20/lib/python3.11....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:456: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:401: in __get_result
    raise self._exception
    .tox/py3.11-ariadne-v0.20/lib/python3.11....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.11-ariadne-v0.20/lib/python3.11.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_request_and_response_if_send_pii_is_on_sync

    .../integrations/ariadne/test_ariadne.py:115: in test_capture_request_and_response_if_send_pii_is_on_sync
    assert event["contexts"]["response"] == {
    E KeyError: 'response'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_validation_error

    .../integrations/ariadne/test_ariadne.py:208: in test_capture_validation_error
    client.post("/graphql", json=query)
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.11-ariadne-v0.20/lib/python3.11....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:456: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:401: in __get_result
    raise self._exception
    .tox/py3.11-ariadne-v0.20/lib/python3.11....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.11-ariadne-v0.20/lib/python3.11.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_do_not_capture_request_and_response_if_send_pii_is_off_async

    .../integrations/ariadne/test_ariadne.py:150: in test_do_not_capture_request_and_response_if_send_pii_is_off_async
    client.post("/graphql", json=query)
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.11-ariadne-v0.20/lib/python3.11....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:456: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:401: in __get_result
    raise self._exception
    .tox/py3.11-ariadne-v0.20/lib/python3.11....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.11-ariadne-v0.20/lib/python3.11.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_do_not_capture_request_and_response_if_send_pii_is_off_sync

    .../integrations/ariadne/test_ariadne.py:186: in test_do_not_capture_request_and_response_if_send_pii_is_off_sync
    assert "data" not in event["request"]
    E KeyError: 'request'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_no_event_if_no_errors_async

    .../integrations/ariadne/test_ariadne.py:248: in test_no_event_if_no_errors_async
    client.post("/graphql", json=query)
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.11-ariadne-v0.20/lib/python3.11................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.11-ariadne-v0.20/lib/python3.11............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.11-ariadne-v0.20/lib/python3.11....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:456: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.11.9....../x64/lib/python3.11....../concurrent/futures/_base.py:401: in __get_result
    raise self._exception
    .tox/py3.11-ariadne-v0.20/lib/python3.11....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.11-ariadne-v0.20/lib/python3.11.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'

py3.11-arq-latest

  • Class name: tests.integrations.arq.test_arq
    Test name: test_enqueue_job[cls_functions]

    .../integrations/arq/test_arq.py:228: in test_enqueue_job
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.arq.test_arq
    Test name: test_enqueue_job[kw_functions]

    .../integrations/arq/test_arq.py:228: in test_enqueue_job
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.arq.test_arq
    Test name: test_job_retry

    .../integrations/arq/test_arq.py:123: in test_job_retry
    event = events.pop(0)
    E IndexError: pop from empty list
  • Class name: tests.integrations.arq.test_arq
    Test name: test_job_transaction[error-source0]

    .../integrations/arq/test_arq.py:171: in test_job_transaction
    error_func_event = events.pop(0)
    E IndexError: pop from empty list
  • Class name: tests.integrations.arq.test_arq
    Test name: test_job_transaction[error-source1]

    .../integrations/arq/test_arq.py:171: in test_job_transaction
    error_func_event = events.pop(0)
    E IndexError: pop from empty list
  • Class name: tests.integrations.arq.test_arq
    Test name: test_job_transaction[success-source0]

    .../integrations/arq/test_arq.py:186: in test_job_transaction
    [func_event, cron_event] = events
    E ValueError: not enough values to unpack (expected 2, got 0)
  • Class name: tests.integrations.arq.test_arq
    Test name: test_job_transaction[success-source1]

    .../integrations/arq/test_arq.py:186: in test_job_transaction
    [func_event, cron_event] = events
    E ValueError: not enough values to unpack (expected 2, got 0)
  • Class name: tests.integrations.arq.test_arq
    Test name: test_span_origin_consumer

    .../integrations/arq/test_arq.py:289: in test_span_origin_consumer
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.arq.test_arq
    Test name: test_span_origin_producer[cls_functions]

    .../integrations/arq/test_arq.py:269: in test_span_origin_producer
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.arq.test_arq
    Test name: test_span_origin_producer[kw_functions]

    .../integrations/arq/test_arq.py:269: in test_span_origin_producer
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)

py3.11-boto3-latest

  • Class name: tests.integrations.boto3.test_s3
    Test name: test_basic

    .../integrations/boto3/test_s3.py:32: in test_basic
    transaction.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_omit_url_data_if_parsing_fails

    .../integrations/boto3/test_s3.py:122: in test_omit_url_data_if_parsing_fails
    transaction.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_span_origin

    .../integrations/boto3/test_s3.py:148: in test_span_origin
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_streaming

    .../integrations/boto3/test_s3.py:51: in test_streaming
    body = obj.get()["Body"]
    .tox/py3.11-boto3-latest/lib/python3.11.../boto3/resources/factory.py:581: in do_action
    response = action(self, *args, **kwargs)
    .tox/py3.11-boto3-latest/lib/python3.11.../boto3/resources/action.py:88: in __call__
    response = getattr(parent.meta.client, operation_name)(*args, **params)
    .tox/py3.11-boto3-latest/lib/python3.11....../site-packages/botocore/client.py:565: in _api_call
    return self._make_api_call(operation_name, kwargs)
    .tox/py3.11-boto3-latest/lib/python3.11....../site-packages/botocore/client.py:1003: in _make_api_call
    self.meta.events.emit(
    .tox/py3.11-boto3-latest/lib/python3.11........./site-packages/botocore/hooks.py:412: in emit
    return self._emitter.emit(aliased_event_name, **kwargs)
    .tox/py3.11-boto3-latest/lib/python3.11........./site-packages/botocore/hooks.py:256: in emit
    return self._emit(event_name, kwargs)
    .tox/py3.11-boto3-latest/lib/python3.11........./site-packages/botocore/hooks.py:239: in _emit
    response = handler(**kwargs)
    sentry_sdk/integrations/boto3.py:110: in _sentry_after_call
    description=span.description,
    sentry_sdk/tracing.py:1314: in description
    return self._otel_span.attributes.get(SentrySpanAttribute.DESCRIPTION)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_streaming_close

    .../integrations/boto3/test_s3.py:89: in test_streaming_close
    body = obj.get()["Body"]
    .tox/py3.11-boto3-latest/lib/python3.11.../boto3/resources/factory.py:581: in do_action
    response = action(self, *args, **kwargs)
    .tox/py3.11-boto3-latest/lib/python3.11.../boto3/resources/action.py:88: in __call__
    response = getattr(parent.meta.client, operation_name)(*args, **params)
    .tox/py3.11-boto3-latest/lib/python3.11....../site-packages/botocore/client.py:565: in _api_call
    return self._make_api_call(operation_name, kwargs)
    .tox/py3.11-boto3-latest/lib/python3.11....../site-packages/botocore/client.py:1003: in _make_api_call
    self.meta.events.emit(
    .tox/py3.11-boto3-latest/lib/python3.11........./site-packages/botocore/hooks.py:412: in emit
    return self._emitter.emit(aliased_event_name, **kwargs)
    .tox/py3.11-boto3-latest/lib/python3.11........./site-packages/botocore/hooks.py:256: in emit
    return self._emit(event_name, kwargs)
    .tox/py3.11-boto3-latest/lib/python3.11........./site-packages/botocore/hooks.py:239: in _emit
    response = handler(**kwargs)
    sentry_sdk/integrations/boto3.py:110: in _sentry_after_call
    description=span.description,
    sentry_sdk/tracing.py:1314: in description
    return self._otel_span.attributes.get(SentrySpanAttribute.DESCRIPTION)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'

py3.11-boto3-v1.34

  • Class name: tests.integrations.boto3.test_s3
    Test name: test_basic

    .../integrations/boto3/test_s3.py:32: in test_basic
    transaction.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_omit_url_data_if_parsing_fails

    .../integrations/boto3/test_s3.py:122: in test_omit_url_data_if_parsing_fails
    transaction.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_span_origin

    .../integrations/boto3/test_s3.py:148: in test_span_origin
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_streaming

    .../integrations/boto3/test_s3.py:51: in test_streaming
    body = obj.get()["Body"]
    .tox/py3.11-boto3-v1.34/lib/python3.11.../boto3/resources/factory.py:581: in do_action
    response = action(self, *args, **kwargs)
    .tox/py3.11-boto3-v1.34/lib/python3.11.../boto3/resources/action.py:88: in __call__
    response = getattr(parent.meta.client, operation_name)(*args, **params)
    .tox/py3.11-boto3-v1.34/lib/python3.11....../site-packages/botocore/client.py:565: in _api_call
    return self._make_api_call(operation_name, kwargs)
    .tox/py3.11-boto3-v1.34/lib/python3.11....../site-packages/botocore/client.py:1003: in _make_api_call
    self.meta.events.emit(
    .tox/py3.11-boto3-v1.34/lib/python3.11........./site-packages/botocore/hooks.py:412: in emit
    return self._emitter.emit(aliased_event_name, **kwargs)
    .tox/py3.11-boto3-v1.34/lib/python3.11........./site-packages/botocore/hooks.py:256: in emit
    return self._emit(event_name, kwargs)
    .tox/py3.11-boto3-v1.34/lib/python3.11........./site-packages/botocore/hooks.py:239: in _emit
    response = handler(**kwargs)
    sentry_sdk/integrations/boto3.py:110: in _sentry_after_call
    description=span.description,
    sentry_sdk/tracing.py:1314: in description
    return self._otel_span.attributes.get(SentrySpanAttribute.DESCRIPTION)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_streaming_close

    .../integrations/boto3/test_s3.py:89: in test_streaming_close
    body = obj.get()["Body"]
    .tox/py3.11-boto3-v1.34/lib/python3.11.../boto3/resources/factory.py:581: in do_action
    response = action(self, *args, **kwargs)
    .tox/py3.11-boto3-v1.34/lib/python3.11.../boto3/resources/action.py:88: in __call__
    response = getattr(parent.meta.client, operation_name)(*args, **params)
    .tox/py3.11-boto3-v1.34/lib/python3.11....../site-packages/botocore/client.py:565: in _api_call
    return self._make_api_call(operation_name, kwargs)
    .tox/py3.11-boto3-v1.34/lib/python3.11....../site-packages/botocore/client.py:1003: in _make_api_call
    self.meta.events.emit(
    .tox/py3.11-boto3-v1.34/lib/python3.11........./site-packages/botocore/hooks.py:412: in emit
    return self._emitter.emit(aliased_event_name, **kwargs)
    .tox/py3.11-boto3-v1.34/lib/python3.11........./site-packages/botocore/hooks.py:256: in emit
    return self._emit(event_name, kwargs)
    .tox/py3.11-boto3-v1.34/lib/python3.11........./site-packages/botocore/hooks.py:239: in _emit
    response = handler(**kwargs)
    sentry_sdk/integrations/boto3.py:110: in _sentry_after_call
    description=span.description,
    sentry_sdk/tracing.py:1314: in description
    return self._otel_span.attributes.get(SentrySpanAttribute.DESCRIPTION)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'

py3.11-grpc-latest

  • Class name: tests.integrations.grpc.test_grpc
    Test name: test_grpc_client_and_servers_interceptors_integration

    .../integrations/grpc/test_grpc.py:276: in test_grpc_client_and_servers_interceptors_integration
    stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:277: in __call__
    response, ignored_call = self._with_call(
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:329: in _with_call
    call = self._interceptor.intercept_unary_unary(
    .../integrations/grpc/client.py:37: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../integrations/grpc/client.py:76: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc
    Test name: test_grpc_client_other_interceptor

    .../integrations/grpc/test_grpc.py:237: in test_grpc_client_other_interceptor
    stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11................../site-packages/grpc/_interceptor.py:277: in __call__
    response, ignored_call = self._with_call(
    .tox/py3.11-grpc-latest/lib/python3.11................../site-packages/grpc/_interceptor.py:332: in _with_call
    return call.result(), call
    .tox/py3.11-grpc-latest/lib/python3.11................../site-packages/grpc/_interceptor.py:171: in result
    raise self._exception
    .tox/py3.11-grpc-latest/lib/python3.11................../site-packages/grpc/_interceptor.py:315: in continuation
    response, call = self._thunk(new_method).with_call(
    .tox/py3.11-grpc-latest/lib/python3.11................../site-packages/grpc/_interceptor.py:343: in with_call
    return self._with_call(
    .tox/py3.11-grpc-latest/lib/python3.11................../site-packages/grpc/_interceptor.py:329: in _with_call
    call = self._interceptor.intercept_unary_unary(
    .../integrations/grpc/client.py:37: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../integrations/grpc/client.py:76: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc
    Test name: test_grpc_client_starts_span

    .../integrations/grpc/test_grpc.py:157: in test_grpc_client_starts_span
    stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:277: in __call__
    response, ignored_call = self._with_call(
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:329: in _with_call
    call = self._interceptor.intercept_unary_unary(
    .../integrations/grpc/client.py:37: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../integrations/grpc/client.py:76: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc
    Test name: test_grpc_client_unary_stream_starts_span

    .../integrations/grpc/test_grpc.py:192: in test_grpc_client_unary_stream_starts_span
    [el for el in stub.TestUnaryStream(gRPCTestMessage(text="test"))]
    .../integrations/grpc/test_grpc.py:192: in <listcomp>
    [el for el in stub.TestUnaryStream(gRPCTestMessage(text="test"))]
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:193: in __next__
    raise self._exception
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:448: in __call__
    return self._interceptor.intercept_unary_stream(
    .../integrations/grpc/client.py:58: in intercept_unary_stream
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../integrations/grpc/client.py:76: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc
    Test name: test_grpc_server_continues_transaction

    .../integrations/grpc/test_grpc.py:129: in test_grpc_server_continues_transaction
    stub.TestServe(gRPCTestMessage(text="test"), metadata=metadata)
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:277: in __call__
    response, ignored_call = self._with_call(
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:329: in _with_call
    call = self._interceptor.intercept_unary_unary(
    .../integrations/grpc/client.py:37: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../integrations/grpc/client.py:76: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc
    Test name: test_grpc_server_other_interceptors

    .../integrations/grpc/test_grpc.py:83: in test_grpc_server_other_interceptors
    stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:277: in __call__
    response, ignored_call = self._with_call(
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:329: in _with_call
    call = self._interceptor.intercept_unary_unary(
    .../integrations/grpc/client.py:37: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../integrations/grpc/client.py:76: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc
    Test name: test_grpc_server_starts_transaction

    .../integrations/grpc/test_grpc.py:52: in test_grpc_server_starts_transaction
    stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:277: in __call__
    response, ignored_call = self._with_call(
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:329: in _with_call
    call = self._interceptor.intercept_unary_unary(
    .../integrations/grpc/client.py:37: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../integrations/grpc/client.py:76: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc
    Test name: test_span_origin

    .../integrations/grpc/test_grpc.py:332: in test_span_origin
    stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:277: in __call__
    response, ignored_call = self._with_call(
    .tox/py3.11-grpc-latest/lib/python3.11....../site-packages/grpc/_interceptor.py:329: in _with_call
    call = self._interceptor.intercept_unary_unary(
    .../integrations/grpc/client.py:37: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../integrations/grpc/client.py:76: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc_aio
    Test name: test_grpc_client_starts_span

    .../integrations/grpc/test_grpc_aio.py:171: in test_grpc_client_starts_span
    await stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:471: in __await__
    call = yield from self._interceptors_task.__await__()
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:701: in _invoke
    return await _run_interceptor(
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:675: in _run_interceptor
    call_or_response = await interceptors[0].intercept_unary_unary(
    .../grpc/aio/client.py:59: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../grpc/aio/client.py:25: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc_aio
    Test name: test_grpc_client_unary_stream_starts_span

    .../integrations/grpc/test_grpc_aio.py:203: in test_grpc_client_unary_stream_starts_span
    [_ async for _ in response]
    .../integrations/grpc/test_grpc_aio.py:203: in <listcomp>
    [_ async for _ in response]
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:487: in _wait_for_interceptor_task_response_iterator
    call = await self._interceptors_task
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:816: in _invoke
    return await _run_interceptor(
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:777: in _run_interceptor
    call_or_response_iterator = await interceptors[
    .../grpc/aio/client.py:89: in intercept_unary_stream
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../grpc/aio/client.py:25: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc_aio
    Test name: test_grpc_server_abort

    .../integrations/grpc/test_grpc_aio.py:161: in test_grpc_server_abort
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.grpc.test_grpc_aio
    Test name: test_grpc_server_continues_transaction

    .../integrations/grpc/test_grpc_aio.py:115: in test_grpc_server_continues_transaction
    await stub.TestServe(gRPCTestMessage(text="test"), metadata=metadata)
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:471: in __await__
    call = yield from self._interceptors_task.__await__()
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:701: in _invoke
    return await _run_interceptor(
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:675: in _run_interceptor
    call_or_response = await interceptors[0].intercept_unary_unary(
    .../grpc/aio/client.py:59: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../grpc/aio/client.py:25: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc_aio
    Test name: test_grpc_server_exception

    .../integrations/grpc/test_grpc_aio.py:141: in test_grpc_server_exception
    (event, _) = events
    E ValueError: not enough values to unpack (expected 2, got 0)
  • Class name: tests.integrations.grpc.test_grpc_aio
    Test name: test_grpc_server_starts_transaction

    .../integrations/grpc/test_grpc_aio.py:76: in test_grpc_server_starts_transaction
    await stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:471: in __await__
    call = yield from self._interceptors_task.__await__()
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:701: in _invoke
    return await _run_interceptor(
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:675: in _run_interceptor
    call_or_response = await interceptors[0].intercept_unary_unary(
    .../grpc/aio/client.py:59: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../grpc/aio/client.py:25: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc_aio
    Test name: test_noop_for_unimplemented_method

    .../integrations/grpc/test_grpc_aio.py:62: in test_noop_for_unimplemented_method
    await stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:471: in __await__
    call = yield from self._interceptors_task.__await__()
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:701: in _invoke
    return await _run_interceptor(
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:675: in _run_interceptor
    call_or_response = await interceptors[0].intercept_unary_unary(
    .../grpc/aio/client.py:59: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../grpc/aio/client.py:25: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.grpc.test_grpc_aio
    Test name: test_span_origin

    .../integrations/grpc/test_grpc_aio.py:255: in test_span_origin
    await stub.TestServe(gRPCTestMessage(text="test"))
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:471: in __await__
    call = yield from self._interceptors_task.__await__()
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:701: in _invoke
    return await _run_interceptor(
    .tox/py3.11-grpc-latest/lib/python3.11.../grpc/aio/_interceptor.py:675: in _run_interceptor
    call_or_response = await interceptors[0].intercept_unary_unary(
    .../grpc/aio/client.py:59: in intercept_unary_unary
    client_call_details = self._update_client_call_details_metadata_from_scope(
    .../grpc/aio/client.py:25: in _update_client_call_details_metadata_from_scope
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable

py3.12-anthropic-latest

  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_span_origin

    .../integrations/anthropic/test_anthropic.py:245: in test_span_origin
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])

py3.12-boto3-latest

  • Class name: tests.integrations.boto3.test_s3
    Test name: test_basic

    .../integrations/boto3/test_s3.py:32: in test_basic
    transaction.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'. Did you mean: 'set_attributes'&
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_omit_url_data_if_parsing_fails

    .../integrations/boto3/test_s3.py:122: in test_omit_url_data_if_parsing_fails
    transaction.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'. Did you mean: 'set_attributes'&
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_span_origin

    .../integrations/boto3/test_s3.py:148: in test_span_origin
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_streaming

    .../integrations/boto3/test_s3.py:51: in test_streaming
    body = obj.get()["Body"]
    .tox/py3.12-boto3-latest/lib/python3.12.../boto3/resources/factory.py:581: in do_action
    response = action(self, *args, **kwargs)
    .tox/py3.12-boto3-latest/lib/python3.12.../boto3/resources/action.py:88: in __call__
    response = getattr(parent.meta.client, operation_name)(*args, **params)
    .tox/py3.12-boto3-latest/lib/python3.12....../site-packages/botocore/client.py:565: in _api_call
    return self._make_api_call(operation_name, kwargs)
    .tox/py3.12-boto3-latest/lib/python3.12....../site-packages/botocore/client.py:1003: in _make_api_call
    self.meta.events.emit(
    .tox/py3.12-boto3-latest/lib/python3.12........./site-packages/botocore/hooks.py:412: in emit
    return self._emitter.emit(aliased_event_name, **kwargs)
    .tox/py3.12-boto3-latest/lib/python3.12........./site-packages/botocore/hooks.py:256: in emit
    return self._emit(event_name, kwargs)
    .tox/py3.12-boto3-latest/lib/python3.12........./site-packages/botocore/hooks.py:239: in _emit
    response = handler(**kwargs)
    sentry_sdk/integrations/boto3.py:110: in _sentry_after_call
    description=span.description,
    sentry_sdk/tracing.py:1314: in description
    return self._otel_span.attributes.get(SentrySpanAttribute.DESCRIPTION)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'. Did you mean: 'set_attributes'&
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_streaming_close

    .../integrations/boto3/test_s3.py:89: in test_streaming_close
    body = obj.get()["Body"]
    .tox/py3.12-boto3-latest/lib/python3.12.../boto3/resources/factory.py:581: in do_action
    response = action(self, *args, **kwargs)
    .tox/py3.12-boto3-latest/lib/python3.12.../boto3/resources/action.py:88: in __call__
    response = getattr(parent.meta.client, operation_name)(*args, **params)
    .tox/py3.12-boto3-latest/lib/python3.12....../site-packages/botocore/client.py:565: in _api_call
    return self._make_api_call(operation_name, kwargs)
    .tox/py3.12-boto3-latest/lib/python3.12....../site-packages/botocore/client.py:1003: in _make_api_call
    self.meta.events.emit(
    .tox/py3.12-boto3-latest/lib/python3.12........./site-packages/botocore/hooks.py:412: in emit
    return self._emitter.emit(aliased_event_name, **kwargs)
    .tox/py3.12-boto3-latest/lib/python3.12........./site-packages/botocore/hooks.py:256: in emit
    return self._emit(event_name, kwargs)
    .tox/py3.12-boto3-latest/lib/python3.12........./site-packages/botocore/hooks.py:239: in _emit
    response = handler(**kwargs)
    sentry_sdk/integrations/boto3.py:110: in _sentry_after_call
    description=span.description,
    sentry_sdk/tracing.py:1314: in description
    return self._otel_span.attributes.get(SentrySpanAttribute.DESCRIPTION)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'. Did you mean: 'set_attributes'&

py3.7-aiohttp-v3.4

  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_403_not_captured[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:131: in test_403_not_captured
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_basic[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:29: in test_basic
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_cancelled_error_not_captured[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:155: in test_cancelled_error_not_captured
    await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_crumb_capture[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:490: in test_crumb_capture
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:250: in on_request_end
    span.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_half_initialized[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:174: in test_half_initialized
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_has_trace_if_performance_disabled[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:372: in test_has_trace_if_performance_disabled
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_has_trace_if_performance_enabled[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:335: in test_has_trace_if_performance_enabled
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_outgoing_trace_headers[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:531: in test_outgoing_trace_headers
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_outgoing_trace_headers_append_to_baggage[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:564: in test_outgoing_trace_headers_append_to_baggage
    resp = await client.get("/", headers={"bagGage": "custom=value"})
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_post_body_not_read[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:76: in test_post_body_not_read
    resp = await client.post("/", json=body)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_post_body_read[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:105: in test_post_body_read
    resp = await client.post("/", json=body)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_span_origin[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:594: in test_span_origin
    await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_trace_from_headers_if_performance_disabled[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:451: in test_trace_from_headers_if_performance_disabled
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:491: in _request
    resp
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:259: in send_request_end
    TraceRequestEndParams(method, url, headers, response)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_trace_from_headers_if_performance_enabled[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:409: in test_trace_from_headers_if_performance_enabled
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_traces_sampler_gets_request_object_in_sampling_context[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:306: in test_traces_sampler_gets_request_object_in_sampling_context
    await client.get("/tricks/kangaroo")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_tracing[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:193: in test_tracing
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_tracing_unparseable_url[pyloop]

    .../integrations/aiohttp/test_aiohttp.py:273: in test_tracing_unparseable_url
    resp = await client.get("/")
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_transaction_style[pyloop-/message-handler_name-tests.integrations.aiohttp.test_aiohttp.test_transaction_style.<locals>.hello-component]

    .../integrations/aiohttp/test_aiohttp.py:246: in test_transaction_style
    resp = await client.get(url)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_transaction_style[pyloop-/message-method_and_path_pattern-GET /{var}-route]

    .../integrations/aiohttp/test_aiohttp.py:246: in test_transaction_style
    resp = await client.get(url)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/test_utils.py:217: in request
    method, self.make_url(path), *args, **kwargs
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/client.py:316: in _request
    headers
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/tracing.py:238: in send_request_start
    TraceRequestStartParams(method, url, headers)
    .tox/py3.7-aiohttp-v3.4/lib/python3.7.../site-packages/aiohttp/signals.py:35: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:225: in on_request_start
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable

py3.7-anthropic-latest

  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_span_origin

    .../integrations/anthropic/test_anthropic.py:245: in test_span_origin
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])

py3.7-anthropic-v0.25

  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_nonstreaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:78: in test_nonstreaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_span_origin

    .../integrations/anthropic/test_anthropic.py:245: in test_span_origin
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[False-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-False]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])
  • Class name: tests.integrations.anthropic.test_anthropic
    Test name: test_streaming_create_message[True-True]

    .../integrations/anthropic/test_anthropic.py:177: in test_streaming_create_message
    assert len(events) == 1
    E assert 0 == 1
    E + where 0 = len([])

py3.7-boto3-v1.23

  • Class name: tests.integrations.boto3.test_s3
    Test name: test_basic

    .../integrations/boto3/test_s3.py:23: in test_basic
    s3 = session.resource("s3")
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:456: in resource
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:309: in client
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:940: in create_client
    self.user_agent(),
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:522: in user_agent
    f'{self.user_agent_name}/{self.user_agent_version} '
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1068: in system
    return uname().system
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1034: in uname
    processor = _syscmd_uname('-p', '')
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:788: in _syscmd_uname
    f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/os.py:992: in popen
    bufsize=buffering)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/stdlib.py:209: in sentry_patched_popen_init
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_omit_url_data_if_parsing_fails

    .../integrations/boto3/test_s3.py:108: in test_omit_url_data_if_parsing_fails
    s3 = session.resource("s3")
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:456: in resource
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:309: in client
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:940: in create_client
    self.user_agent(),
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:522: in user_agent
    f'{self.user_agent_name}/{self.user_agent_version} '
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1068: in system
    return uname().system
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1034: in uname
    processor = _syscmd_uname('-p', '')
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:788: in _syscmd_uname
    f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/os.py:992: in popen
    bufsize=buffering)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/stdlib.py:209: in sentry_patched_popen_init
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_span_origin

    .../integrations/boto3/test_s3.py:141: in test_span_origin
    s3 = session.resource("s3")
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:456: in resource
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:309: in client
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:940: in create_client
    self.user_agent(),
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:522: in user_agent
    f'{self.user_agent_name}/{self.user_agent_version} '
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1068: in system
    return uname().system
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1034: in uname
    processor = _syscmd_uname('-p', '')
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:788: in _syscmd_uname
    f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/os.py:992: in popen
    bufsize=buffering)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/stdlib.py:209: in sentry_patched_popen_init
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_streaming

    .../integrations/boto3/test_s3.py:46: in test_streaming
    s3 = session.resource("s3")
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:456: in resource
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:309: in client
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:940: in create_client
    self.user_agent(),
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:522: in user_agent
    f'{self.user_agent_name}/{self.user_agent_version} '
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1068: in system
    return uname().system
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1034: in uname
    processor = _syscmd_uname('-p', '')
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:788: in _syscmd_uname
    f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/os.py:992: in popen
    bufsize=buffering)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/stdlib.py:209: in sentry_patched_popen_init
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.boto3.test_s3
    Test name: test_streaming_close

    .../integrations/boto3/test_s3.py:84: in test_streaming_close
    s3 = session.resource("s3")
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:456: in resource
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/boto3/session.py:309: in client
    config=config,
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:940: in create_client
    self.user_agent(),
    .tox/py3.7-boto3-v1.23/lib/python3.7....../site-packages/botocore/session.py:522: in user_agent
    f'{self.user_agent_name}/{self.user_agent_version} '
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1068: in system
    return uname().system
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:1034: in uname
    processor = _syscmd_uname('-p', '')
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/platform.py:788: in _syscmd_uname
    f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
    .../hostedtoolcache/Python/3.7.17............/x64/lib/python3.7/os.py:992: in popen
    bufsize=buffering)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/stdlib.py:209: in sentry_patched_popen_init
    span=span
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable

py3.7-opentelemetry

  • Class name: tests.integrations.opentelemetry.test_potel
    Test name: test_child_span_payload_started_with_otel_only

    .../integrations/opentelemetry/test_potel.py:65: in test_child_span_payload_started_with_otel_only
    assert span["origin"] == "manual"
    E AssertionError: assert 'auto.otel' == 'manual'
    E - manual
    E + auto.otel
  • Class name: tests.integrations.opentelemetry.test_potel
    Test name: test_root_span_transaction_payload_started_with_otel_only

    .../integrations/opentelemetry/test_potel.py:44: in test_root_span_transaction_payload_started_with_otel_only
    assert trace_context["origin"] == "manual"
    E AssertionError: assert None == 'manual'
  • Class name: tests.integrations.opentelemetry.test_span_processor
    Test name: test_on_start_transaction

    .../integrations/opentelemetry/test_span_processor.py:289: in test_on_start_transaction
    fake_start_transaction,
    .../hostedtoolcache/Python/3.7.17....../x64/lib/python3.7/unittest/mock.py:1307: in __enter__
    original, local = self.get_original()
    .../hostedtoolcache/Python/3.7.17....../x64/lib/python3.7/unittest/mock.py:1281: in get_original
    "%s does not have the attribute %r" % (target, name)
    E AttributeError: <module 'sentry_sdk.integrations.opentelemetry.span_processor' from '.../integrations/opentelemetry/span_processor.py'> does not have the attribute 'start_transaction'
  • Class name: tests.integrations.opentelemetry.test_span_processor
    Test name: test_pruning_old_spans_on_start

    .../integrations/opentelemetry/test_span_processor.py:525: in test_pruning_old_spans_on_start
    span_processor.on_start(otel_span, parent_context)
    .../integrations/opentelemetry/span_processor.py:150: in on_start
    origin=SPAN_ORIGIN,
    sentry_sdk/api.py:393: in start_transaction
    transaction, custom_sampling_context, **kwargs
    sentry_sdk/scope.py:1072: in start_span
    span = POTelSpan(**kwargs)
    sentry_sdk/tracing.py:1272: in __init__
    start_timestamp = convert_otel_timestamp(start_timestamp)
    .../integrations/opentelemetry/utils.py:77: in convert_otel_timestamp
    return datetime.fromtimestamp(time / 1e9, timezone.utc)
    E TypeError: unsupported operand type(s) for /: 'datetime.datetime' and 'float'

py3.8-aiohttp-latest

  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_403_not_captured

    .../integrations/aiohttp/test_aiohttp.py:131: in test_403_not_captured
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_basic

    .../integrations/aiohttp/test_aiohttp.py:29: in test_basic
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_cancelled_error_not_captured

    .../integrations/aiohttp/test_aiohttp.py:155: in test_cancelled_error_not_captured
    await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_crumb_capture

    .../integrations/aiohttp/test_aiohttp.py:490: in test_crumb_capture
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:250: in on_request_end
    span.finish()
    sentry_sdk/tracing.py:1515: in finish
    maybe_create_breadcrumbs_from_span(scope, self)
    sentry_sdk/tracing_utils.py:158: in maybe_create_breadcrumbs_from_span
    if span.op == OP.DB_REDIS:
    sentry_sdk/tracing.py:1388: in op
    self._otel_span.attributes.get(SentrySpanAttribute.OP)
    E AttributeError: 'NonRecordingSpan' object has no attribute 'attributes'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_half_initialized

    .../integrations/aiohttp/test_aiohttp.py:174: in test_half_initialized
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_has_trace_if_performance_disabled

    .../integrations/aiohttp/test_aiohttp.py:372: in test_has_trace_if_performance_disabled
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_has_trace_if_performance_enabled

    .../integrations/aiohttp/test_aiohttp.py:335: in test_has_trace_if_performance_enabled
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_outgoing_trace_headers

    .../integrations/aiohttp/test_aiohttp.py:531: in test_outgoing_trace_headers
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_outgoing_trace_headers_append_to_baggage

    .../integrations/aiohttp/test_aiohttp.py:564: in test_outgoing_trace_headers_append_to_baggage
    resp = await client.get("/", headers={"bagGage": "custom=value"})
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_post_body_not_read

    .../integrations/aiohttp/test_aiohttp.py:76: in test_post_body_not_read
    resp = await client.post("/", json=body)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_post_body_read

    .../integrations/aiohttp/test_aiohttp.py:105: in test_post_body_read
    resp = await client.post("/", json=body)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_span_origin

    .../integrations/aiohttp/test_aiohttp.py:594: in test_span_origin
    await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_trace_from_headers_if_performance_disabled

    .../integrations/aiohttp/test_aiohttp.py:451: in test_trace_from_headers_if_performance_disabled
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:790: in _request
    await trace.send_request_end(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:386: in send_request_end
    return await self._trace_config.on_request_end.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:248: in on_request_end
    span.set_http_status(int(params.response.status))
    sentry_sdk/tracing.py:1500: in set_http_status
    self.set_status(get_span_status_from_http_code(http_status))
    sentry_sdk/tracing.py:1471: in set_status
    otel_description = status.value
    E AttributeError: 'str' object has no attribute 'value'
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_trace_from_headers_if_performance_enabled

    .../integrations/aiohttp/test_aiohttp.py:409: in test_trace_from_headers_if_performance_enabled
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_traces_sampler_gets_request_object_in_sampling_context

    .../integrations/aiohttp/test_aiohttp.py:306: in test_traces_sampler_gets_request_object_in_sampling_context
    await client.get("/tricks/kangaroo")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_tracing

    .../integrations/aiohttp/test_aiohttp.py:193: in test_tracing
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_tracing_unparseable_url

    .../integrations/aiohttp/test_aiohttp.py:273: in test_tracing_unparseable_url
    resp = await client.get("/")
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_transaction_style[/message-handler_name-tests.integrations.aiohttp.test_aiohttp.test_transaction_style.<locals>.hello-component]

    .../integrations/aiohttp/test_aiohttp.py:246: in test_transaction_style
    resp = await client.get(url)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable
  • Class name: tests.integrations.aiohttp.test_aiohttp
    Test name: test_transaction_style[/message-method_and_path_pattern-GET /{var}-route]

    .../integrations/aiohttp/test_aiohttp.py:246: in test_transaction_style
    resp = await client.get(url)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/test_utils.py:322: in _request
    resp = await self._session.request(method, self.make_url(path), **kwargs)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/client.py:559: in _request
    await trace.send_request_start(method, url.update_query(params), headers)
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiohttp/tracing.py:355: in send_request_start
    return await self._trace_config.on_request_start.send(
    .tox/py3.8-aiohttp-latest/lib/python3.8.../site-packages/aiosignal/__init__.py:36: in send
    await receiver(*args, **kwargs) # type: ignore
    sentry_sdk/integrations/aiohttp.py:221: in on_request_start
    for (
    sentry_sdk/scope.py:636: in iter_trace_propagation_headers
    for header in span.iter_headers():
    E TypeError: 'NoneType' object is not iterable

py3.8-ariadne-latest

  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_request_and_response_if_send_pii_is_on_async

    .../integrations/ariadne/test_ariadne.py:66: in test_capture_request_and_response_if_send_pii_is_on_async
    client.post("/graphql", json=query)
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.8-ariadne-latest/lib/python3.8....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:444: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:389: in __get_result
    raise self._exception
    .tox/py3.8-ariadne-latest/lib/python3.8....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.8-ariadne-latest/lib/python3.8.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_request_and_response_if_send_pii_is_on_sync

    .../integrations/ariadne/test_ariadne.py:115: in test_capture_request_and_response_if_send_pii_is_on_sync
    assert event["contexts"]["response"] == {
    E KeyError: 'response'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_validation_error

    .../integrations/ariadne/test_ariadne.py:208: in test_capture_validation_error
    client.post("/graphql", json=query)
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.8-ariadne-latest/lib/python3.8....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:444: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:389: in __get_result
    raise self._exception
    .tox/py3.8-ariadne-latest/lib/python3.8....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.8-ariadne-latest/lib/python3.8.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_do_not_capture_request_and_response_if_send_pii_is_off_async

    .../integrations/ariadne/test_ariadne.py:150: in test_do_not_capture_request_and_response_if_send_pii_is_off_async
    client.post("/graphql", json=query)
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.8-ariadne-latest/lib/python3.8....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:444: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:389: in __get_result
    raise self._exception
    .tox/py3.8-ariadne-latest/lib/python3.8....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.8-ariadne-latest/lib/python3.8.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_do_not_capture_request_and_response_if_send_pii_is_off_sync

    .../integrations/ariadne/test_ariadne.py:186: in test_do_not_capture_request_and_response_if_send_pii_is_off_sync
    assert "data" not in event["request"]
    E KeyError: 'request'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_no_event_if_no_errors_async

    .../integrations/ariadne/test_ariadne.py:248: in test_no_event_if_no_errors_async
    client.post("/graphql", json=query)
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.8-ariadne-latest/lib/python3.8................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.8-ariadne-latest/lib/python3.8............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.8-ariadne-latest/lib/python3.8....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:444: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:389: in __get_result
    raise self._exception
    .tox/py3.8-ariadne-latest/lib/python3.8....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.8-ariadne-latest/lib/python3.8.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'

py3.8-ariadne-v0.20

  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_request_and_response_if_send_pii_is_on_async

    .../integrations/ariadne/test_ariadne.py:66: in test_capture_request_and_response_if_send_pii_is_on_async
    client.post("/graphql", json=query)
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.8-ariadne-v0.20/lib/python3.8....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:444: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:389: in __get_result
    raise self._exception
    .tox/py3.8-ariadne-v0.20/lib/python3.8....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.8-ariadne-v0.20/lib/python3.8.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_request_and_response_if_send_pii_is_on_sync

    .../integrations/ariadne/test_ariadne.py:115: in test_capture_request_and_response_if_send_pii_is_on_sync
    assert event["contexts"]["response"] == {
    E KeyError: 'response'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_capture_validation_error

    .../integrations/ariadne/test_ariadne.py:208: in test_capture_validation_error
    client.post("/graphql", json=query)
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.8-ariadne-v0.20/lib/python3.8....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:444: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:389: in __get_result
    raise self._exception
    .tox/py3.8-ariadne-v0.20/lib/python3.8....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.8-ariadne-v0.20/lib/python3.8.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_do_not_capture_request_and_response_if_send_pii_is_off_async

    .../integrations/ariadne/test_ariadne.py:150: in test_do_not_capture_request_and_response_if_send_pii_is_off_async
    client.post("/graphql", json=query)
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.8-ariadne-v0.20/lib/python3.8....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:444: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:389: in __get_result
    raise self._exception
    .tox/py3.8-ariadne-v0.20/lib/python3.8....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.8-ariadne-v0.20/lib/python3.8.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_do_not_capture_request_and_response_if_send_pii_is_off_sync

    .../integrations/ariadne/test_ariadne.py:186: in test_do_not_capture_request_and_response_if_send_pii_is_off_sync
    assert "data" not in event["request"]
    E KeyError: 'request'
  • Class name: tests.integrations.ariadne.test_ariadne
    Test name: test_no_event_if_no_errors_async

    .../integrations/ariadne/test_ariadne.py:248: in test_no_event_if_no_errors_async
    client.post("/graphql", json=query)
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:633: in post
    return super().post(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:1145: in post
    return self.request(
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:516: in request
    return super().request(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:827: in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
    sentry_sdk/utils.py:1720: in runner
    return sentry_patched_function(*args, **kwargs)
    sentry_sdk/integrations/httpx.py:87: in send
    rv = real_send(self, request, **kwargs)
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:914: in send
    response = self._send_handling_auth(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:942: in _send_handling_auth
    response = self._send_handling_redirects(
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:979: in _send_handling_redirects
    response = self._send_single_request(request)
    .tox/py3.8-ariadne-v0.20/lib/python3.8................../site-packages/httpx/_client.py:1015: in _send_single_request
    response = transport.handle_request(request)
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:398: in handle_request
    raise exc
    .tox/py3.8-ariadne-v0.20/lib/python3.8............/site-packages/starlette/testclient.py:395: in handle_request
    portal.call(self.app, scope, receive, send)
    .tox/py3.8-ariadne-v0.20/lib/python3.8....../site-packages/anyio/from_thread.py:287: in call
    return cast(T_Retval, self.start_task_soon(func, *args).result())
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:444: in result
    return self.__get_result()
    .../hostedtoolcache/Python/3.8.18....../x64/lib/python3.8....../concurrent/futures/_base.py:389: in __get_result
    raise self._exception
    .tox/py3.8-ariadne-v0.20/lib/python3.8....../site-packages/anyio/from_thread.py:218: in _call_func
    retval = await retval_or_awaitable
    .tox/py3.8-ariadne-v0.20/lib/python3.8.../site-packages/fastapi/applications.py:1054: in __call__
    await super().__call__(scope, receive, send)
    sentry_sdk/integrations/starlette.py:374: in _sentry_patched_asgi_app
    return await middleware(scope, receive, send)
    sentry_sdk/integrations/asgi.py:152: in _run_asgi3
    return await self._run_app(scope, receive, send, asgi_version=3)
    sentry_sdk/integrations/asgi.py:213: in _run_app
    transaction.name,
    E AttributeError: 'POTelSpan' object has no attribute 'name'

py3.9-cohere-latest

  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_embed[False-False]

    .../integrations/cohere/test_cohere.py:192: in test_embed
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_embed[False-True]

    .../integrations/cohere/test_cohere.py:192: in test_embed
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_embed[True-False]

    .../integrations/cohere/test_cohere.py:192: in test_embed
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_embed[True-True]

    .../integrations/cohere/test_cohere.py:192: in test_embed
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_nonstreaming_chat[False-False]

    .../integrations/cohere/test_cohere.py:52: in test_nonstreaming_chat
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_nonstreaming_chat[False-True]

    .../integrations/cohere/test_cohere.py:52: in test_nonstreaming_chat
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_nonstreaming_chat[True-False]

    .../integrations/cohere/test_cohere.py:52: in test_nonstreaming_chat
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_nonstreaming_chat[True-True]

    .../integrations/cohere/test_cohere.py:52: in test_nonstreaming_chat
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_span_origin_chat

    .../integrations/cohere/test_cohere.py:235: in test_span_origin_chat
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_span_origin_embed

    .../integrations/cohere/test_cohere.py:269: in test_span_origin_embed
    (event,) = events
    E ValueError: not enough values to unpack (expected 1, got 0)
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_streaming_chat[False-False]

    .../integrations/cohere/test_cohere.py:123: in test_streaming_chat
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_streaming_chat[False-True]

    .../integrations/cohere/test_cohere.py:123: in test_streaming_chat
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_streaming_chat[True-False]

    .../integrations/cohere/test_cohere.py:123: in test_streaming_chat
    tx = events[0]
    E IndexError: list index out of range
  • Class name: tests.integrations.cohere.test_cohere
    Test name: test_streaming_chat[True-True]

    .../integrations/cohere/test_cohere.py:123: in test_streaming_chat
    tx = events[0]
    E IndexError: list index out of range

@sentrivana sentrivana force-pushed the ivana/potel/fix-tests branch from 8d9838b to f98614d Compare August 6, 2024 12:52
@sentrivana sentrivana changed the base branch from potel-base to ivana/potel/start-span August 6, 2024 12:54
@sentrivana sentrivana force-pushed the ivana/potel/start-span branch from f98614d to cb6b686 Compare August 6, 2024 13:27
@sentrivana sentrivana mentioned this pull request Aug 12, 2024
@sentrivana sentrivana force-pushed the ivana/potel/fix-tests branch from 37a5722 to f753c21 Compare August 12, 2024 08:39
@sentrivana sentrivana closed this Aug 13, 2024
@sentrivana sentrivana deleted the ivana/potel/fix-tests branch December 17, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant